home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Phreaking⁄Wardialers / Term Applications / ComLink / Scripts / UNIX Login < prev   
Text File  |  1995-05-01  |  271b  |  12 lines

  1. tell application "ComLink68k"
  2.     tell port 1 of application "ComLink68k"
  3.         scan text "login:" timeout 8
  4.         if the result is "login:" then
  5.             output macro 1
  6.             scan text "Password:"
  7.             if the result is "Password:" then
  8.                 output macro 2
  9.             end if
  10.         end if
  11.     end tell
  12. end tell